home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / pc / HEDGE11.ZIP / COMMON.H < prev    next >
Encoding:
Text File  |  1995-02-12  |  223 b   |  9 lines

  1. void abort_game(void);
  2. void center_string(char *,int,int);
  3. int  file_exists(char *);
  4. void flushkey(void);
  5. void init_graphics(void);
  6. void init_mouse(void);
  7. void put_string(char *,int,int);
  8. void quit_graphics(void);
  9.